Content TrustedCertificates Summary

Content TrustedCertificates Summary
Content TrustedCertificates Summary

The Content TrustedCertificates Summary schema contains a trusted certificate summary.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "certificate": "string",
    "cert_text": "string"
}
string
certificate
Required

Unique identifier for the certificate. It is the TrustStore alias of the certificate. The alias is the SHA256 hash of the raw certificate data.

This property was added in vSphere API 7.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.TrustedCertificate. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.TrustedCertificate.

string
cert_text
Required

Certificate in Base64 encoded PEM format..

This property was added in vSphere API 7.0.3.0.